toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]InterceptUrlRequestCallback
/
Response
Response
interface
Response
A response for
InterceptUrlRequestCallback
.
Members
Functions
intercept
Link copied to clipboard
open
fun
intercept
(
job
:
UrlRequestJob
)
:
InterceptUrlRequestCallback.Response
Notifies the engine that the request should be intercepted and it will be handled by the given URL request job.
proceed
Link copied to clipboard
open
fun
proceed
(
)
:
InterceptUrlRequestCallback.Response
Notifies the engine that the URL request must not be intercepted and processed normally.